home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / comms / www / htmluploader / uploader < prev    next >
Text File  |  1999-06-15  |  635b  |  18 lines

  1. echo "Uploading files updated since $upldate"
  2. ;cd dh1:files/www   ;your local web pages directory
  3.  
  4. s:dateexec copy local-html-dir $upldate ~(#?.info) TO FTP:my-web-space ALL
  5. ;               ^^^^^^^^^^^^^^                            ^^^^^^^^^^^^
  6. ; local-html-dir is the directory on your hard drive that contains your
  7. ; html files.  this script *will* recurse into subdirectories, but will
  8. ; *not* create them automatically
  9. ;
  10. ; my-web-space should be replaced with the name of the FTPMount directory
  11. ; that points to your remote webspace
  12. ;
  13. ; You can have as many of these lines as you want.
  14.  
  15. DATE TO ENVARC:upldate
  16. DATE TO ENV:upldate
  17.  
  18.